@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	width: 100%;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

a, a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

body {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: Arial, "微软雅黑", "宋体", "黑体";
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFF;
}

#container {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/

#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	/*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));*/
}

#gHeader .logo {
	width: 230px;
	margin-top: 22px;
	position: relative;
}

#gNavi {
	width: 60%
}

#gNavi li {
	float: left;
	width: 12.5%;
	text-align: center;
	font-size: 16px;
}

#gNavi li a {
	display: block;
}

#gNavi li>a {
	line-height: 98px;
	position: relative;
	color: #fff;
}

#gNavi li>a:before {
	content: "";
	position: absolute;
	left: 8px;
	right: 40%;
	bottom: 15px;
	height: 2px;
	background: #fff;
	display: none;
}

#gNavi li>a:after {
	content: "";
	position: absolute;
	left: 40%;
	right: 8px;
	bottom: 10px;
	height: 2px;
	background: #fff;
	display: none;
}

#gNavi li.on>a:after, #gNavi li.on>a:before {
	display: block;
}

#gNavi li.li2.on1>a:after, #gNavi li.li2.on1>a:before {
	display: block;
}

#gNavi li>a span {
	display: block;
	position: relative;
	z-index: 100;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 98px;
	right: 0;
	background: rgba(255, 255, 255, .96);
	z-index: 100;
	display: none;
	border-top: 1px solid #eaeaea;
}

#gNavi li .dl {
	padding: 20px 0 0;
}

#gNavi li .dl dl {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	padding: 0px 4%;
	box-sizing: border-box;
	border-right: 1px dashed #ccc;
	text-align: left;
}

#gNavi li .dl dl:nth-child(4n) {
	border-right: none;
}

#gNavi li .dl dl dd a {
	padding-left: 10px;
	color: #666;
	font-size: 15px;
	line-height: 30px;
}

#gNavi li .dl dl dd.on a, #gNavi li .dl dl dd:hover a {
	color: #088af4;
}

#gNavi li .dl dl dd:last-child a {
	letter-spacing: 2px;
}

#gNavi li .dl dt {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0 0 0px 10px;
}

#gNavi li .dl dt.on a, #gNavi li .dl dt:hover a {
	color: #088af4;
}

#gNavi li .drop .list a {
	display: inline-block;
	padding: 0 16px;
	margin: 20px 10px;
	line-height: 40px;
	background: #fff;
	color: #333;
	border-radius: 3px;
}

#gNavi li .drop .list a:hover, #gNavi li .drop .list a.on {
	background: #088af4;
	color: #fff;
	border-color: #088af4;
}

#gHeader .tel {
	padding-left: 42px;
	background: url(../../images/common/icon1.png) no-repeat left center;
	background-size: 33px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	margin: 29px 0 0 2%;
	letter-spacing: 1px;
}

#gHeader .logo img.hide {
	display: none;
}

#gHeader.on .logo img.hide {
	display: block;
}

#gHeader.on .logo img.show {
	display: none;
}

#gHeader.on #gNavi li>a {
	color: #333;
}

#gHeader.on {
	background: rgba(255, 255, 255, .96);
}

#gHeader.on #gNavi li>a:after, #gHeader.on #gNavi li>a:before {
	background: #088af4;
}

#gHeader.on .tel {
	color: #555;
	background: url(../../images/common/icon1-1.png) no-repeat left center;
	background-size: 33px;
}

.sec {
	padding: 20px 0;
}

.sec .title {
	padding: 15px 0 25px;
	text-align: center;
}

.sec .title h2 {
	font-size: 34px;
	color: #222;
	letter-spacing: 1px;
	font-family: 'Arial Narrow', Arial, sans-serif
}

.sec .title h2 span {
	color: #088af4;
}

.sec .title b {
	font-size: 24px;
	display: inline-block;
	position: relative;
	top: -3px
}

.sec .title span.icon {
	display: block;
	width: 26px;
	height: 40px;
	background: url(../../images/index/icon1.png) no-repeat center;
	background-size: 100% auto;
	margin: 5px auto 8px;
	-webkit-animation: TopBot 1s ease-in-out infinite both;
	-moz-animation: TopBot 1s ease-in-out infinite both;
	-o-animation: TopBot 1s ease-in-out infinite both;
	animation: TopBot 1s ease-in-out infinite both;
}

.sec .title p {
	line-height: 30px;
	font-size: 16px;
	color: #878787;
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/

#gFooter {
	background: url(../../images/index/bg7.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.Flink {
	margin-top: 30px;
	padding-left: 190px;
	background: url(../../images/common/icon2.png) no-repeat left center;
	min-height: 70px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.Flink a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	margin-right: 7px;
	padding-left: 6px;
}

#gFooter .ftCon {
	padding: 40px 40px 22px;
	background: #fff;
	border-radius: 12px;
	margin: 30px 0 20px;
}

#gFooter .ftCon .fl {
	width: 78%;
}

#gFooter .ftCon .fl dl {
	float: left;
	width: 33.33%;
}

#gFooter .ftCon .fl dl dt {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
	color: #232323;
}

#gFooter .ftCon .fl dl a {
	display: block;
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

#gFooter .ftCon ul {
	margin-top: 30px;
}

#gFooter .ftCon li {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding-left: 60px;
	background: url(../../images/common/icon4.png) no-repeat left center;
	background-size: 50px;
}

#gFooter .ftCon li:nth-child(2) {
	background-image: url(../../images/common/icon5.png);
}

#gFooter .ftCon li:nth-child(3) {
	background-image: url(../../images/common/icon6.png);
}

#gFooter .ftCon li span {
	font-size: 14px;
	color: #898989;
	line-height: 20px;
}

#gFooter .ftCon li p {
	font-size: 20px;
	line-height: 30px;
	color: #434343;
}

#gFooter .ftCon p.ts {
	text-align: center;
	margin-top: 20px;
}

#gFooter .power {
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

#gFooter .ftCon .fr {
	width: 20%;
	text-align: center;
}

#gFooter .ftCon .fr .img {
	width: 60%;
	padding: 2px;
	box-sizing: border-box;
	margin: 0 auto 8px;
	background: url(../../images/common/icon3.png) no-repeat;
	background-size: 100% 100%;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -242px;
	z-index: 9999;
}

.fixed .btn {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: left;
	border-radius: 3px 3px 0 0px;
	padding: 5px 10px;
	background: url(../../images/common/icon11.png) #088af4 no-repeat right 10px center;
	background-size: 23px;
	cursor: pointer;
}

.fixed .kBox.on .btn {
	display: none;
}

.fixed span.clos {
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../../images/common/icon10.png) #088af4 no-repeat center;
	background-size: 238x;
	cursor: pointer;
	z-index: 99;
	border-radius: 3px 0 0px 3px;
}

.fixed .kBox {
	transition: 0.3s;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	position: relative;
	z-index: 100;
	border-radius: 3px 3px 0 0;
}

.fixed .kBox.on {
	transform: translateX(180px);
	-webkit-transform: translateX(180px);
}

.fixed li {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #dedede;
}

.fixed li p {
	font-size: 17px;
	line-height: 40px;
	padding-left: 30px;
	background: url(../../images/common/icon8.png) no-repeat left center;
	background-size: 22px;
	margin: 5px 0 10px;
}

.fixed li a {
	font-size: 17px;
	color: #333;
	display: block;
	padding-left: 34px;
	background: url(../../images/common/icon7.png) no-repeat left center;
	background-size: 28px;
}

.fixed li.ewm img {
	width: 120px;
	display: block;
	margin: 0 auto;
}

.fixed li.last {
	line-height: 30px;
	text-align: center;
	background: #088af4;
	border-bottom: none;
	cursor: pointer;
}

.fixed li.last img {
	width: 30px;
}

.sp {
	display: none !important;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.container {
		width: 85%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	#gHeader .logo {
		width: 208px;
		margin-top: 12px;
	}
	#gHeader .tel {
		font-size: 22px;
		background-size: 30px;
		padding-left: 35px;
		margin-top: 20px;
		margin-left: 30px;
	}
	#gNavi li {
		font-size: 15px;
	}
	#gNavi li>a {
		line-height: 80px;
	}
	#gNavi li .drop {
		top: 80px;
	}
	#gNavi li .dl {
		padding-top: 12px;
	}
	#gNavi li .dl dt {
		font-size: 18px;
		margin-bottom: 8px;
	}
	#gNavi li .drop .list a {
		margin: 10px;
	}
	.sec .title {
		padding: 10px 0;
	}
	.sec .title h2 {
		font-size: 30px;
	}
	.sec .title p {
		font-size: 14px;
	}
	.Flink {
		padding-left: 150px;
		background-size: 138px;
	}
	#gFooter .ftCon li p {
		font-size: 15px;
	}
	#gFooter .ftCon li {
		background-size: 38px;
		padding-left: 45px;
	}
	#gFooter .ftCon .fl dl dt {
		font-size: 18px;
	}
	#gFooter .ftCon {
		padding: 30px 20px 14px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	.container {
		width: 88%;
	}
	#gHeader .tel {
		font-size: 20px;
	}
	#gHeader .logo {
		width: 190px;
	}
	#gNavi li>a {
		line-height: 70px;
	}
	#gNavi li .drop {
		top: 70px;
	}
	#gFooter .ftCon .fl dl a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.container {
		width: 90%;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.container {
		width: 100%;
		padding: 0 13px;
	}
	.fl, .fr {
		float: inherit;
	}
	#gHeader {
		padding: 6px 0 0;
		background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	}
	#gHeader .logo {
		width: 120px;
		margin: 0px auto 0;
	}
	#gHeader .menu {
		width: 32px;
		height: 32px;
		position: absolute;
		left: 13px;
		top: 8px;
		background: url(../../images/common/menu.png) no-repeat center;
		background-size: 32px;
	}
	body {
		transition: 0.3s;
	}
	body.on {
		transform: translateX(80%);
	}
	#gNavi {
		width: inherit;
		position: fixed;
		left: -80%;
		top: 0px;
		width: 80%;
		bottom: 0;
		z-index: 999;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 1);
		padding: 50px 10px 0;
	}
	#gNavi.on {
		box-shadow: 10px -10px 10px rgba(0, 0, 0, 0.1);
	}
	#gNavi span.close {
		content: "";
		width: 36px;
		height: 36px;
		position: absolute;
		right: 10px;
		top: 10px;
		background: url(../../images/common/close.png) no-repeat center;
		background-size: cover;
	}
	#gNavi li {
		float: inherit;
		width: 100%;
		text-align: left;
		font-size: 15px;
	}
	#gNavi li>a {
		line-height: 46px;
		border-bottom: 1px dashed #dedede;
		color: #333;
	}
	#gNavi li>a:before {
		display: none !important;
	}
	#gNavi li>a:after {
		display: none !important;
	}
	#gNavi li.on>a:after, #gNavi li.on>a:before {
		display: none;
	}
	#gNavi li.on>a {
		border-bottom: 2px solid #088af4;
	}
	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		background: inherit;
		z-index: 100;
		font-size: 14px;
		border-top: none;
	}
	#gNavi li .dl {
		padding: 10px 0 0;
	}
	#gNavi li .container {
		padding: 0 12px;
	}
	#gNavi li .dl dl {
		width: 100%;
		float: inherit;
		margin-bottom: 10px;
		padding: 0px;
		box-sizing: border-box;
		border-right: none;
	}
	#gNavi li .dl dl dd {
		display: none
	}
	#gNavi li .dl dt {
		font-size: 16px;
		margin-bottom: 6px;
		padding: 0 0 0px 0px;
	}
	#gNavi li.on .drop {
		display: block;
	}
	#gNavi li .drop .list a {
		padding: 0 0px;
		display: block;
		width: 160px;
		text-align: center;
		margin: 8px 0px;
		line-height: 36px;
		font-size: 14px;
	}
	#gNavi li:nth-child(2)>a, #gNavi li:nth-child(3)>a, #gNavi li:nth-child(6)>a, #gNavi li:nth-child(7)>a {
		background: url(../../images/common/jt1.png) no-repeat center right;
		background-size: 18px;
	}
	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(3).on>a, #gNavi li:nth-child(6).on>a, #gNavi li:nth-child(7).on>a {
		background: url(../../images/common/jt2.png) no-repeat center right;
		background-size: 18px;
	}
	#gHeader .tel {
		display: none;
	}
	#gHeader .spTel {
		position: absolute;
		right: 13px;
		top:8px;
	}
	#gHeader .spTel a {
		display: block;
		background: url(../../images/common/icon1.png) no-repeat center;
		width: 32px;
		height: 32px;
		background-size: 32px;
	}
	.sec {
		padding: 15px 0;
	}
	.sec .title {
		padding: 10px 0 12px;
	}
	.sec .title h2 {
		font-size: 26px;
	}
	.sec .title p {
		line-height: 20px;
		font-size: 14px;
	}
	.sec .title b {
	    font-size:12px;
	}
	/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
	.Flink {
		margin-top: 20px;
		padding-left: 90px;
		min-height: 40px;
		font-size: 13px;
		background-size: 80px;
	}
	#gFooter .ftCon {
		padding: 20px 10px 10px;
		border-radius: 8px;
		margin: 20px 0 10px;
	}
	#gFooter .ftCon .fl {
		width: 100%;
	}
	#gFooter .ftCon .fl dl {
		float: inherit;
		width: 100%;
		margin-bottom: 10px;
	}
	#gFooter .ftCon .fl dl dd {
		overflow: hidden;
	}
	#gFooter .ftCon .fl dl dt {
		font-size: 17px;
		line-height: 26px;
		margin-bottom: 0px;
	}
	#gFooter .ftCon .fl dl a {
		width: 20%;
		font-size: 13px;
	}
	#gFooter .ftCon .fl dl:nth-child(2) a, #gFooter .ftCon .fl dl:nth-child(3) a {
		width: 50%;
	}
	#gFooter .ftCon ul {
		margin-top: 18px;
	}
	#gFooter .ftCon li {
		width: 100%;
		float: inherit;
		padding-left: 45px;
		background-size: 36px;
		margin-bottom: 10px;
	}
	#gFooter .ftCon li span {
		display: none;
	}
	#gFooter .ftCon li p {
		font-size: 15px;
		line-height: 40px;
	}
	#gFooter .ftCon p.ts {
		margin-top: 0px;
	}
	#gFooter .power {
		line-height: 20px;
		font-size: 12px;
	}
	#gFooter .ftCon .fr {
		width: 100%;
	}
	#gFooter .ftCon .fr .img {
		width: 40%;
		padding: 1px;
	}
}